Skip to content

Conversation

@marcelldls
Copy link
Contributor

fixes #83
Suppress the log messages dumped at the end of testing:

...
==================================================================== 53 passed in 5.11s =====================================================================
2024-11-28T14:50:44,795737+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadInt
2024-11-28T14:50:44,799603+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadWriteInt
2024-11-28T14:50:44,802900+0000 INFO (dsr.py:44) test/nodb/assertablecontroller called fset method: ReadWriteInt
2024-11-28T14:50:44,804099+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadWriteInt
2024-11-28T14:50:44,809197+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadWriteFloat
2024-11-28T14:50:44,811936+0000 INFO (dsr.py:44) test/nodb/assertablecontroller called fset method: ReadWriteFloat
2024-11-28T14:50:44,812998+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadWriteFloat
2024-11-28T14:50:44,817963+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadBool
2024-11-28T14:50:44,822940+0000 INFO (dsr.py:44) test/nodb/assertablecontroller called fset method: WriteBool
2024-11-28T14:50:44,827061+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: StringEnum
2024-11-28T14:50:44,830157+0000 INFO (dsr.py:44) test/nodb/assertablecontroller called fset method: StringEnum
2024-11-28T14:50:44,831114+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: StringEnum
2024-11-28T14:50:44,835263+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: BigEnum
2024-11-28T14:50:44,841047+0000 INFO (dsr.py:101) test/nodb/assertablecontroller called  f method: Go
2024-11-28T14:50:44,845192+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadInt
2024-11-28T14:50:44,849192+0000 INFO (dsr.py:26) test/nodb/assertablecontroller called fget method: ReadInt
docs installed: accessible-pygments==0.0.5,aioca==1.8.1,aioserial==1.3.1,alabaster==1.0.0,annotated-types==0.7.0,anyio==4.6.2.post1,babel==2.16.0,beautifulso
...

@codecov
Copy link

codecov bot commented Nov 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.76%. Comparing base (0ab3841) to head (0397219).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #95   +/-   ##
=======================================
  Coverage   87.76%   87.76%           
=======================================
  Files          28       28           
  Lines        1193     1193           
=======================================
  Hits         1047     1047           
  Misses        146      146           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@marcelldls marcelldls requested a review from GDYendell November 28, 2024 14:58
GDYendell
GDYendell previously approved these changes Nov 28, 2024
Copy link
Contributor

@GDYendell GDYendell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's merge #67 first

@GDYendell
Copy link
Contributor

@marcelldls could you rebase to resolve this conflict and then we can get it merged?

@marcelldls
Copy link
Contributor Author

@GDYendell Done

@GDYendell GDYendell merged commit e2dfc01 into main Dec 10, 2024
17 checks passed
@GDYendell GDYendell deleted the tango-test-logging branch December 10, 2024 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

dsr.py unneccessary logging

3 participants